home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 45 / PC Gamer IT CD 45 2-2.iso / utility / bkpsc31a / _SETUP.1 / BackupScheduler98.exe / 0 / RCDATA / TREMINDERFORM / TREMINDERFORM.txt < prev   
Text File  |  1999-08-02  |  3KB  |  144 lines

  1. object ReminderForm: TReminderForm
  2.   Left = 689
  3.   Top = 409
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   BorderWidth = 3
  7.   Caption = 'Backup Scheduler 98 Reminder'
  8.   ClientHeight = 289
  9.   ClientWidth = 434
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -13
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   Icon.Data = {<image000.ico>}
  17.   OldCreateOrder = False
  18.   Position = poScreenCenter
  19.   OnPaint = FormPaint
  20.   OnShow = FormShow
  21.   PixelsPerInch = 120
  22.   TextHeight = 16
  23.   object Bevel1: TBevel
  24.     Left = 0
  25.     Top = 20
  26.     Width = 434
  27.     Height = 2
  28.     Align = alTop
  29.     Shape = bsTopLine
  30.   end
  31.   object Image1: TImage
  32.     Left = 0
  33.     Top = 22
  34.     Width = 40
  35.     Height = 178
  36.     Align = alLeft
  37.     Center = True
  38.     Picture.Data = {<image001.ico>}
  39.   end
  40.   object Bevel2: TBevel
  41.     Left = 0
  42.     Top = 200
  43.     Width = 434
  44.     Height = 2
  45.     Align = alBottom
  46.     Shape = bsBottomLine
  47.   end
  48.   object lbDate: TStaticText
  49.     Left = 0
  50.     Top = 0
  51.     Width = 434
  52.     Height = 20
  53.     Align = alTop
  54.     Caption = 'lbDate'
  55.     TabOrder = 0
  56.   end
  57.   object Panel1: TPanel
  58.     Left = 0
  59.     Top = 202
  60.     Width = 434
  61.     Height = 87
  62.     Align = alBottom
  63.     BevelOuter = bvNone
  64.     TabOrder = 1
  65.     object Label1: TLabel
  66.       Left = 28
  67.       Top = 9
  68.       Width = 85
  69.       Height = 16
  70.       Anchors = [akLeft, akBottom]
  71.       Caption = 'Sign Out Date:'
  72.     end
  73.     object Label2: TLabel
  74.       Left = 54
  75.       Top = 37
  76.       Width = 60
  77.       Height = 16
  78.       Anchors = [akLeft, akBottom]
  79.       Caption = 'Signature:'
  80.     end
  81.     object Button1: TButton
  82.       Left = 274
  83.       Top = 33
  84.       Width = 75
  85.       Height = 25
  86.       Anchors = [akRight, akBottom]
  87.       Caption = 'Sign Out'
  88.       Default = True
  89.       TabOrder = 0
  90.       OnClick = Button1Click
  91.     end
  92.     object Button2: TButton
  93.       Left = 358
  94.       Top = 33
  95.       Width = 75
  96.       Height = 25
  97.       Anchors = [akRight, akBottom]
  98.       Caption = 'No'
  99.       TabOrder = 1
  100.       OnClick = Button2Click
  101.     end
  102.     object DTPick: TDateTimePicker
  103.       Left = 120
  104.       Top = 5
  105.       Width = 151
  106.       Height = 24
  107.       Anchors = [akLeft, akBottom]
  108.       CalAlignment = dtaLeft
  109.       Date = 36101.930990277780000000
  110.       Time = 36101.930990277780000000
  111.       DateFormat = dfShort
  112.       DateMode = dmComboBox
  113.       Kind = dtkDate
  114.       ParseInput = False
  115.       TabOrder = 2
  116.     end
  117.     object edSignature: TEdit
  118.       Left = 120
  119.       Top = 33
  120.       Width = 149
  121.       Height = 24
  122.       Anchors = [akLeft, akBottom]
  123.       TabOrder = 3
  124.     end
  125.     object StaticText1: TStaticText
  126.       Left = 2
  127.       Top = 70
  128.       Width = 227
  129.       Height = 20
  130.       Cursor = crHandPoint
  131.       Anchors = [akLeft, akBottom]
  132.       Caption = 'Cibeo Support Products and Updates'
  133.       Font.Charset = DEFAULT_CHARSET
  134.       Font.Color = clBlue
  135.       Font.Height = -13
  136.       Font.Name = 'MS Sans Serif'
  137.       Font.Style = [fsUnderline]
  138.       ParentFont = False
  139.       TabOrder = 4
  140.       OnClick = StaticText1Click
  141.     end
  142.   end
  143. end
  144.